ArcPad Preferences File Schema
SCRIPTING Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : SCRIPTING Element

Glossary Item Box

Description

Used to specify the default scripting environment in ArcPad.

Diagram

SCRIPTING Element

Overview

SCRIPTING
Used to specify the default scripting environment in ArcPad.
language optional Restriction of xs:string
The script engine that interprets the expression.

Attributes

NameTypeUseDefaultFixedDescription
languageRestriction of xs:stringoptionalVBScript The script engine that interprets the expression.

Examples

Source

<xs:element name="SCRIPTING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the default scripting environment in ArcPad.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="VBScript" ref="language">
      <xs:annotation>
        <xs:documentation>Specifies the default scripting language.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.